DX11 COPY MATRIX

Copies the data of the first matrix to the second.

  Syntax
Return Dword = DX11 COPY MATRIX(sourceMatrix, targetMatrix)
  Parameters
sourceMatrix
Dword
The source matrix, whose data will be copied to the target matrix.
targetMatrix
Dword
The target matrix, to which to copy the data of the source matrix.

  Returns

The target matrix is returned to facilitate chaining. There is also a second version of this function which doesn't return any value if your circumstances better afford that.

  See also

MATH Functions Menu
DX11 Function Categories